home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr08
/
dboss112.zip
/
DBF-BOSS.ZIP
/
PRINTREG.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-05-15
|
593b
|
36 lines
ECHO OFF
CLS
ECHO This will print the registration form. The registration form contains
ECHO information about benefits you receive when you register Data Base Boss.
ECHO Please make sure that your printer is turned on.
ECHO
ECHO
ECHO *******************************************************
ECHO Press any key to start printing, or CTRL-C to cancel...
ECHO *******************************************************
PAUSE
CLS
ECHO Printing your registration form...
copy register.doc prn
CLS
ECHO Done printing.
ECHO ON